

.menu-text {
   position: fixed;
   text-decoration: none;
   color: #989898;
   font-size: 20px;
   width: 100px;
   margin: 7px 0px 0px 50px;
}


.line10 {
    position: relative;
    width: 250px;
    height: 0px;
    top: 54px;
    border: 1px solid #979797;
    background-color: #979797;
}

.line11 {
   position: absolute;
   display: block;
   width: 250px;
   height: 0px;
   border: 1px solid #979797;
   background-color: #979797;
   bottom: 120px;
}

.line9 {
   position: absolute;
   display: block;
   width: 65px;
   height: 0px;
   border: 1px solid #979797;
   background-color: #979797;
   transform: rotate(90deg);
   bottom: 50px;
   left: 83px;
}
/* Бургер-меню */
.burger-menu_button {
   position: fixed;
   top: 50px;
   left: 50px;
   z-index: 30;
   width: 40px;
   height: 30px;
   transition: 0.4s;
   cursor: pointer;
}

.burger-menu_lines,
.burger-menu_lines::after,
.burger-menu_lines::before {
   position: absolute;
   width: 33px;
   height: 1.5px;
   background-color: #989898;
   transition-duration: 0.25s;
}

.burger-menu_lines {
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
   content: '';
   top: -12px;
}

.burger-menu_lines::after {
   content: '';
   top: 12px;
}

.burger-menu_active .burger-menu_button,
.burger-menu_active .burger-menu_lines {
   background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
   top: 0;
   transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
   top: 0;
   transform: rotate(-45deg);
}

.burger-menu_nav {
   position: fixed;
   padding-top: 80px;
   z-index: 20;
   display: flex;
   flex-flow: column;
   height: 100%;
   width: 250px;
   background-color: #0C0C0C;
   left: -100%;
   transition: 0.5s;
}

.burger-menu_active .burger-menu_nav {
   left: 0;
}

.burger-menu_link {
    display: inline-block;
    position: relative;
    padding: 8px 0px 7px 40px;
    top: 73px;
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #bfbfbf;
}

.burger-menu_link:hover {
   filter: brightness(0.7);
}

.burger-menu_overlay {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 10;
   background-color: rgba(0, 0, 0, 0.5);
}

.burger-menu_active .burger-menu_overlay {
   display: block;
}

.telegram-burger-menu,
.instagram-burger-menu {
   display: block;
   position: absolute;
   height: 30px;
   bottom: 30px;
}

.telegram-burger-menu {
   left: 30px;
}

.instagram-burger-menu {
   left: 170px;
}







 

 .dp {
   background-color: #0C0C0C;
   display: inline-block;
    position: relative;
    padding: 20px 0px 15px 40px;
    top: 73px;
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #bfbfbf;
 }
 
 .dropdown-content {
    padding: 0px 0px 00px 40px;
    width: 100%;
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #bfbfbf;
   display: none;
   position: absolute;
   background-color: #0C0C0C;
   top: 245px;
   min-width: 160px;
   z-index: 1;
 }
 
 .dropdown-content a {
   color: #bfbfbf;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
 }
 
 .dropdown-content a:hover {background-color: #0C0C0C;}
 
 .dropdown:hover .dropdown-content {display: block;}
 
 .dropdown:hover .dropbtn {background-color: #3e8e41;}

